home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / kickboxing10b.lha / Execute.me < prev    next >
Text File  |  1994-12-31  |  3KB  |  101 lines

  1. echo " "
  2. echo "  Kick-boxing V1.0 By: Billy The Kid  "  
  3. endif
  4. if exists PFILES:
  5.  if not exists PFILES:Kickboxing
  6.     echo "Creating PFILES:Kickboxing Directory"
  7.     makedir PFILES:Kickboxing
  8.  endif
  9.  if not exists PFILES:Kickboxing/Trainers
  10.     echo "Creating Pfiles:Kickboxing/Trainers Directory"
  11.     makedir PFILES:Kickboxing/Trainers
  12.  endif
  13.  if not exists PFILES:Kickboxing/Fighters
  14.     echo "Creating Pfiles:Kickboxing/Fighters Directory"
  15.     makedir PFILES:Kickboxing/Fighters
  16.  endif
  17.  if not exists PFILES:Kickboxing/Match
  18.     echo "Creating Pfiles:Kickboxing/Match Directory"
  19.     makedir PFILES:Kickboxing/Match
  20.  endif
  21.  echo "Copying Kick-Boxing file into PFILES:"
  22.  copy Kick-Boxing PFILES:
  23.  copy Kickbox.main to pfiles:
  24.  echo "Copying Boxers data into PFILES:"
  25.  copy "Chung Lee" to pfiles:Kickboxing/Trainers
  26.  copy "John Williams" to pfiles:Kickboxing/Trainers
  27.  copy "Tong Po" to pfiles:Kickboxing/Trainers
  28.  copy "Hing So Do" to pfiles:Kickboxing/Trainers
  29.  copy "Ping Dongoi" to pfiles:Kickboxing/Trainers
  30.  copy "Sugo Yung" to pfiles:Kickboxing/Trainers
  31.  copy "Glass Joe" to pfiles:Kickboxing/Match
  32.  copy "Slick Kick" to pfiles:Kickboxing/Match
  33.  copy "Fresh Kid" to pfiles:Kickboxing/Match
  34.  copy "Generis One" to pfiles:Kickboxing/Match
  35.  copy "Kid Ice" to pfiles:Kickboxing/Match
  36.  copy "Sub-Zero" to pfiles:Kickboxing/Match
  37.  copy "The Sandman" to pfiles:Kickboxing/Match
  38.  copy "Side Kick" to pfiles:Kickboxing/Match
  39.  copy "Killer Kick" to pfiles:Kickboxing/Match
  40.  copy "Big Bogie" to pfiles:Kickboxing/Match
  41.  copy "Sweet Move" to pfiles:Kickboxing/Match
  42.  copy "King Fist" to pfiles:Kickboxing/Match
  43.  copy "Cruel Kid" to pfiles:Kickboxing/Match
  44.  copy "Little Mac" to pfiles:Kickboxing/Match
  45.  copy "Direct Hit" to pfiles:Kickboxing/Match
  46.  copy "Fast Reflex" to pfiles:Kickboxing/match
  47.  copy "Deadly Blow" to pfiles:Kickboxing/match
  48.  copy "Marvelious Kick" to pfiles:Kickboxing/match
  49.  copy "Hard Hit" to pfiles:Kickboxing/Match
  50.  copy "Steel Swing" to pfiles:Kickboxing/Match
  51.  echo "Now Copying The Main files to Kickboxing Dir."
  52.  copy Champ.dat to pfiles:Kickboxing
  53.  copy Main.Menu to pfiles:Kickboxing
  54.  copy Trainers.dat to pfiles:Kickboxing
  55.  copy Trainer.menu to pfiles:Kickboxing
  56.  copy Match.list to pfiles:Kickboxing
  57.  copy Order.Info to pfiles:Kickboxing
  58.  copy Instructions to pfiles:Kickboxing
  59.  copy Kickbox.Intro to pfiles:Kickboxing
  60.  echo "Now deleteing the old files"
  61.  delete Kick-Boxing
  62.  delete Kickbox.main
  63.  delete Main.Menu
  64.  delete Champ.Dat
  65.  delete Order.Info
  66.  delete Trainer.menu
  67.  delete Trainers.dat
  68.  delete Match.List
  69.  delete Kickbox.Intro
  70.  delete Instructions
  71.  delete "Glass Joe"
  72.  delete "Slick Kick"
  73.  delete "Fresh Kid"
  74.  delete "Generis One"
  75.  delete "Kid Ice"
  76.  delete "Sub-Zero"
  77.  delete "The Sandman"
  78.  delete "Side Kick"
  79.  delete "Big Bogie"
  80.  delete "Sweet Move"
  81.  delete "King Fist"
  82.  delete "Cruel Kid"
  83.  delete "Little Mac"
  84.  delete "direct hit"
  85.  delete "fast reflex"
  86.  delete "Deadly Blow"
  87.  delete "Marvelious Kick"
  88.  delete "Hard Hit"
  89.  delete "Steel Swing"
  90.  delete "chung lee"
  91.  delete "John Williams"
  92.  delete "Tong Po"
  93.  delete "Sugo Yung"
  94.  delete "hing So do"
  95.  delete "Ping Dongoi"
  96.  delete "Killer Kick"
  97.  echo "Installation is now finished!"
  98.  echo "Just Add KICK-BOXING to P-FILES area. MCI is 32!"
  99.  echo " "
  100. endif
  101.